home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tinyterm.arc / TINYTERM.DOC < prev    next >
Text File  |  1991-04-17  |  9KB  |  180 lines

  1.  
  2. TinyTerm 1.0 - (c) Copyright 1991 by Robert Woeger.  All rights reserved.
  3.  
  4.  
  5. Tinyterm is just what its name implies - a Tiny Terminal program for the PC.
  6. It is meant for those who want a low cost ANSI-BBS compatible terminal program
  7. that works great with "SHELL" file transfer protocol programs such as DSZ by
  8. Omen Technology.  With a file transfer protocol driver such as DSZ (obtainable
  9. on most bulletin boards in the country as DSZxxxx where xxxx is the version #),
  10. you can take advantage of the latest in file transfer methods.  So if you like
  11. Zmodem, YModem Batch, Bi-Modem, PUMA, Lynx, SEAlink, etc. you can have a go at
  12. them using your favorite protocol program + TinyTerm.
  13.  
  14. TinyTerm is not crippled or inferior in any way!  It is a full terminal program
  15. that has these great features:
  16.  
  17.     ...Full ANSI-BBS screen code support - for great ANSI screens
  18.     ...A large 4096 byte send and a 4096 byte receive buffer for those
  19.        fast modems (38,400 etc.).  All serial I/O is interrupt driven for 
  20.        maximum speed.
  21.     ...Support for the 16550 UART's FIFO mode of operation
  22.     ...Log file capability (log file name is LOGFILE.LOG)
  23.     ...Shell to DOS feature for performing DOS commands and running programs
  24.        while still remaining connected to the other computer
  25.     ...Linefeed and Echo toggle capability as well as communication
  26.        parameter changing from inside the program
  27.     ...Batch file transmit and receive configurability for maximum control
  28.        and options for your file transfer protocol program
  29.     ...Works with COM1 and COM2 serial ports
  30.     ...Takes up almost no memory at all
  31.  
  32. Since TinyTerm takes up practically no space in memory or on your disk at all,
  33. it is great for the laptop PC or any machine where space is a problem.
  34.  
  35. Why, TinyTerm you might ask?  Where are all the bells and whistles of the big,
  36. expensive terminal emulation programs?  
  37.  
  38. We decided that TinyTerm should stay Tiny to keep the cost down, plus give
  39. users what they want.  If you want a full-blown terminal program, we offer
  40. KRSTERM, our flagship terminal emulation program with file transfer protocols
  41. built-in, color customization, and many other options.  
  42.  
  43. The COST of TinyTerm is only $10.00!  Yes, only $10.00!  If you want the latest
  44. version on disk the cost is only $14.00.  We thought you would like the Tiny
  45. price!  So, we are distribution TinyTerm 1.0 as Shareware.  You can copy it and
  46. give it away to others for evaluation purposes.  You may use TinyTerm for a
  47. period of time not to exceed 30 days to try it out.  After 30 days, you must
  48. either pay for it (register your copy for $10) or stop using it and erase it
  49. from your PC.  
  50.  
  51. Disk vendors and bulletin boards may distribute TinyTerm 1.0 as long as they
  52. don't charge a fee of more than $5 to obtain TinyTerm.  Their fee is not
  53. for payment of the right to use/own TinyTerm, but is rather a disk duplication
  54. service fee.
  55.  
  56. You may use TinyTerm on one PC per paid license (registration).   Multiple
  57. copies can be purchased at a discount, and site licenses and package deals
  58. are available.  Contact Kinsman-Redeemer Software for details.
  59.  
  60. If you order TinyTerm from us and you get the latest version on disk, it will
  61. have a unique serial number that is assigned to you.  Feel free to distribute
  62. your copy of TinyTerm to as many people you can think of!  You will receive a
  63. $.75 commission for each sale we receive that has your serial number on the
  64. order form!  Yes, you get a great program, plus optional commissions for 
  65. helping to spread it around.  So everyone benefits - you, your friends, and us.
  66. That's the way Shareware should have worked all along.  Unfortunately, we at
  67. Kinsman-Redeemer Software are one of the few (as of 4/91) software houses that
  68. offer low-cost, good quality software with a commission incentive program.
  69.  
  70. We pay commissions to our sales agents (you) after every quarter.  To keep
  71. bookkeeping costs down, we only mail out checks if you have $10 or more in
  72. commissions, otherwise we hold it in your account until you have at least $10.
  73.  
  74. We can't make any promises about how much money you will earn through our
  75. commission incentive program, but we can tell you that if you pass our
  76. program on to 10 people and they give it 7 people each, and they all register
  77. from your copy you would earn $60.00 in commissions.  Just think if you would
  78. post it on every bulletin board in town and give it co-workers, computer clubs,
  79. and friends how many potential sales you would generate.  The amount you make
  80. depends on how hard you work at distributing your serialized copy.  Of course,
  81. you are under no obligation to participate in the commission program.  It is
  82. optional.  Just check the box on the order form indicating if you want to
  83. participate or not.  Also, we have many other program for sale besides
  84. TinyTerm, so write us about obtaining our other Shareware programs (they work
  85. on the same commission basis as TinyTerm but with different commission rates
  86. depending on the retail purchase price of the program).
  87.  
  88. See the file PAYFORME.DOC to pay for your copy of TinyTerm and get your
  89. serialized copy on disk (optional).  Also check the box on the order form if
  90. you would like to receive a catalog of our quality Shareware library.
  91.  
  92. Send all orders and inquiries to:
  93.  
  94.      Kinsman-Redeemer Software
  95.      P.O. Box 60369
  96.      Colorado Springs, CO 80960-0369
  97.  
  98.  
  99. Documentation for TinyTerm:
  100. __________________________
  101.  
  102. To run TinyTerm the command format is:
  103.  
  104.   TINYTERM COM1 2400N81
  105.  
  106. where COM1 is the coommunication port and can be either:
  107.     COM1 or COM2
  108.  
  109. where 2400N81 are the communication port settings and can be changed to:
  110.  
  111.     2400N81   -  2400 baud, No parity, 8 data bits, 1 stop bit
  112.     9600N81   -  9600 baud, No parity, 8 data bits, 1 stop bit
  113.    38400N81   - 38400 baud, No parity, 8 data bits, 1 stop bit
  114.    19200N81   - 19200 baud    "            "           "
  115.     1200E71   -  1200 baud, Even parity, 7 data bits, 1 stop bit
  116.  
  117.    or any valid combination of baud, parity, data bits, and stop bits
  118.    not all valid speeds or combinations are listed above
  119.  
  120. Simply make a batch file to run TINYTERM with your personal options in it.
  121.  
  122.  
  123. *** Press the F1 key once inside TinyTerm for a pop-up help window ***
  124.  
  125.  
  126. All options are listed on the help window and are self explanatory.
  127.  
  128. The log file name is "LOGFILE.LOG".
  129.  
  130. The upload (send) batch file name is SND.BAT and you will probably want
  131. to modify both the SND.BAT and RCV.BAT file to match your serial port number
  132. and file protocol program's options.
  133.  
  134. They are currently set up for COM2 using Omen Technology's great DSZ program.
  135. Zmodem is the default.  You must have DSZ.COM in the current directory to use
  136. the upload and download functions!  DSZ can be obtained from most bulletin
  137. boards and disk vendors.
  138.  
  139. The download (receive) batch file name is RCV.BAT.  Modify it for your
  140. preferences also.  It is set up for a DSZ Zmodem receive currently on COM2.
  141.  
  142. See your DSZ documentation for batch file options.  Options are typed in the
  143. TinyTerm window before it gives control to the SND.BAT or RCV.BAT file.
  144. TinyTerm simply passes your typed options to the batch file and it passes them
  145. to your file transfer protocol program.
  146.  
  147. ANSI support is built into TinyTerm so the ANSI.SYS device driver need not be
  148. loaded from your CONFIG.SYS file.
  149.  
  150. Type 'EXIT' to return to TinyTerm after you Shell to DOS to perform file
  151. functions.  Otherwise your terminal session will remain connected and data
  152. may be lost or you may be disconnected for not responding to the other
  153. computer.
  154.  
  155. The 4096 byte send and 4096 byte receive buffer should be adequate for all
  156. needs, but if you need a super-large input and/or receive buffer contact us
  157. for a custom version of TinyTerm.
  158.  
  159. Please, don't forget to register your copy of TinyTerm.  All comments and
  160. suggestions are appreciated and will be used to improve future versions of
  161. TinyTerm.  Please enclose a SASE if you need a reply to a question, etc.
  162.  
  163. TinyTerm is distributed "AS-IS" without any warranty.  Please see the 
  164. ABOUTKRS.DOC file included with this package for information about your
  165. software license.  You may not modify TinyTerm in any way or distribute a
  166. modified copy.  You can not sell TinyTerm except that disk vendors may
  167. charge a small disk duplication fee for their services in providing
  168. evaluation copies of TinyTerm to others.
  169.  
  170. Thank you for your support!  THanks to you Shareware works!  Don't forget
  171. about our optional commission incentive program.  See the PAYFORME.DOC
  172. file for ordering details.
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.